home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200501-25.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  76 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200501-25.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2005 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(16416);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200501-25");
  17.  script_cve_id("CAN-2005-0094", "CAN-2005-0095", "CAN-2005-0096", "CAN-2005-0097", "CAN-2005-0194");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200501-25
  20. (Squid: Multiple vulnerabilities)
  21.  
  22.  
  23.     Squid contains a vulnerability in the gopherToHTML function
  24.     (CAN-2005-0094) and incorrectly checks the \'number of caches\' field
  25.     when parsing WCCP_I_SEE_YOU messages (CAN-2005-0095). Furthermore the
  26.     NTLM code contains two errors. One is a memory leak in the
  27.     fakeauth_auth helper (CAN-2005-0096) and the other is a NULL pointer
  28.     dereferencing error (CAN-2005-0097). Finally Squid also contains an
  29.     error in the ACL parsing code (CAN-2005-0194).
  30.   
  31. Impact
  32.  
  33.     With the WCCP issue an attacker could cause denial of service by
  34.     sending a specially crafted UDP packet. With the Gopher issue an
  35.     attacker might be able to execute arbitrary code by enticing a user to
  36.     connect to a malicious Gopher server. The NTLM issues could lead to
  37.     denial of service by memory consumption or by crashing Squid. The ACL
  38.     issue could lead to ACL bypass.
  39.   
  40. Workaround
  41.  
  42.     There is no known workaround at this time.
  43.   
  44. References:
  45.     http://secunia.com/advisories/13825/
  46.     http://secunia.com/advisories/13789/
  47.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0094
  48.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0095
  49.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0096
  50.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0097
  51.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0194
  52.  
  53.  
  54. Solution: 
  55.     All Squid users should upgrade to the latest version:
  56.     # emerge --sync
  57.     # emerge --ask --oneshot --verbose ">=www-proxy/squid-2.5.7-r2"
  58.   
  59.  
  60. Risk factor : Medium
  61. ';
  62.  script_description(english: desc);
  63.  script_copyright(english: "(C) 2005 Michel Arboi");
  64.  script_name(english: "[GLSA-200501-25] Squid: Multiple vulnerabilities");
  65.  script_category(ACT_GATHER_INFO);
  66.  script_family(english: "Gentoo Local Security Checks");
  67.  script_dependencies("ssh_get_info.nasl");
  68.  script_require_keys('Host/Gentoo/qpkg-list');
  69.  script_summary(english: 'Squid: Multiple vulnerabilities');
  70.  exit(0);
  71. }
  72.  
  73. include('qpkg.inc');
  74. if (qpkg_check(package: "www-proxy/squid", unaffected: make_list("ge 2.5.7-r2"), vulnerable: make_list("lt 2.5.7-r2")
  75. )) { security_warning(0); exit(0); }
  76.